Computer Technology 2011-2012



Video Quiz

Watch this video. Then click on the QUESTION buttons to answer questions.
You are only allowed to watch the video 1 time. DON'T CHEAT!





Question 1

Who is the richest man in the world?







Have they fixed the tables yet?
That looks better than I recall.


Does this work a bit better now?
Oh yeah, a LOT better.
Now I can type properly,
without screwing around.



function JavaScriptCode()
{
   alert("ok")
   for(x = 0; x < 10;  x=x+1)
   {
      alert(x)
   }
   output("can I type other code?");
   I can just type here
   that is very cool
}
 
JavaScriptCode();